home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if the frame = label("centre") then
- puppetSound("swoosh2")
- play frame "c-up"
- end if
- if the frame = label("c-down1") then
- puppetSound("swoosh2")
- play frame "down-up"
- end if
- if the frame = label("up-down1") then
- puppetSound("swoosh2")
- play frame "down-up"
- end if
- end
-